home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / standard / stprint.z / stprint
Encoding:
Text File  |  2002-10-03  |  2.2 KB  |  52 lines

  1. STPRINT(3X)                                           Last changed: 11-5-98
  2.  
  3.  
  4. NNAAMMEE
  5.      ssttpprriinntt - Routines to print the symbol table
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssyymmss..hh>>
  9.  
  10.      ##iinncclluuddee <<ssttddiioo..hh>>
  11.  
  12.      cchhaarr **sstt__mmllaanngg__aasscciiii [[]];;
  13.      cchhaarr **sstt__mmsstt__aasscciiii [[]];;
  14.      cchhaarr **sstt__mmsscc__aasscciiii [[]];;
  15.      cchhaarr **sstt__mmbbtt__aasscciiii [[]];;
  16.      cchhaarr **sstt__mmttqq__aasscciiii [[]];;
  17.  
  18.      ""vvooiidd sstt__dduummpp((FFIILLEE **ffdd,, lloonngg ffllaaggss));;
  19.  
  20.      ""vvooiidd sstt__pprriinnttffdd((FFIILLEE **ffdd,, lloonngg iiffdd,, lloonngg ffllaaggss));;
  21.  
  22. IIMMPPLLEEMMEENNTTAATTIIOONN
  23.      IRIX systems (o32 ABI only)
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.      The ssttpprriinntt routines and arrays provide an easy way to print the MIPS
  27.      symbol table (using sstt__ccuurrrreenntt ppcchhddrr(())).
  28.  
  29.      The arrays map constants to their ASCII equivalents.  The constants
  30.      can be found in ssyymmccoonnsstt..hh and represent languages (llaanngg), symbol
  31.      types (sstt), storage classes (sscc), basic types (bbtt), and type
  32.      qualifiers (ttqq).
  33.  
  34.      The sstt__dduummpp routine prints an ASCII version of the symbol.  If fd is
  35.      NULL, the routine prints file ffdd and stdout.  The flags can be a mask
  36.      of a section of symbol table specified by ORing SSTT__PP** constants
  37.      together from ccmmppllrrss//ssttssuuppppoorrtt..hh.  This routine modifies the current
  38.      file.
  39.  
  40.      _S_t__p_r_i_n_t_f_d prints the sections associated with the file specified by
  41.      the _i_f_d argument.  The other arguments are the same as in sstt__dduummpp.
  42.      These arguments modify the current file, as well.
  43.  
  44. BBUUGGSS
  45.      The interface will be added to incrementally as needed.
  46.  
  47. SSEEEE AALLSSOO
  48.      ssttffee(3x), ssttccuu(3x)
  49.  
  50.      This man page is available only online.
  51.  
  52.